trunk-to-ip channels

This command configures the Trunk-to-IP Channels table, which lets you route multicast voice traffic over T1/E1 (i.e., mapping between T1/E1 channel and multicast group). The source and destination of the traffic are multicast groups.

Syntax

(config-voip)# trunk-to-ip channels <Index> 
(channels-<Index>)# 

Command

Description

Index

Defines the table row index.

b-channel

Defines the B-channel.

coder {G711Alaw|G711Mulaw}

Defines the voice coder.

interface

Defines the local interface.

local-ip-address

Defines the local IP address(relevant only for RTPRxOnly).

local-udp-port

Defines the local UDP port (relevant only for RTPRxOnly).

remote-ip-address

Defines the remote IP address (relevant only for RTPTxOnly).

remote-udp-port

Defines the remote UDP port (relevant only for RTPTxOnly).

rtp-direction {RTPTxOnly|RTPRxOnly)

Defines the RTP direction:

RTPTxOnly: Trunk > RTP
RTPRxOnly: RTP > Trunk

trunk-id

Defines the trunk ID.

Command Mode

Privileged User

Related Commands

multicast-rtp - enables the Multicast media feature

Notes

For more information on configuring multicasting, refer to the documenting Multicasting Traffic with E1-T1 Configuration Note.

Example

This example configures multicasting:

For the receiving MSBR (traffic from multicast group is forwarded to channel of the E1):
(config-voip)# trunk-to-ip channels 0
(channels-0)# trunk-id 4
(channels-0)# b-channel 1
(channels-0)# local-ip-address 239.5.1.2
(channels-0)# local-udp-port 10000
(channels-0)# rtp-direction RTPRxOnly
(channels-0)# activate
For the sending MSBR (traffic from channel of the E1 is forwarded to multicast group):
(config-voip)# trunk-to-ip channels 0
(channels-0)# trunk-id 4
(channels-0)# b-channel 1
(channels-0)# remote-ip-address 239.0.1.2
(channels-0)# remote-udp-port 20000
(channels-0)# rtp-direction RTPTxOnly
(channels-0)# activate